home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / lang / rcs567pc / diff / gnuregex.def < prev    next >
Encoding:
Text File  |  1992-10-09  |  550 b   |  22 lines

  1. LIBRARY GNUREGEX INITGLOBAL
  2. DESCRIPTION 'GNU regular expression library'
  3. DATA MULTIPLE NONSHARED
  4.  
  5. EXPORTS
  6.   re_syntax_options    @1
  7.   re_comp              @2
  8.   re_compile_fastmap   @3
  9.   re_compile_pattern   @4
  10.   re_exec              @5
  11.   re_match             @6
  12.   re_match_2           @7
  13.   re_max_failures      @8
  14.   re_search            @9
  15.   re_search_2          @10
  16.   re_set_registers     @11
  17.   re_set_syntax        @12
  18.   regcomp              @13
  19.   regerror             @14
  20.   regexec              @15
  21.   regfree              @16
  22.